Search
IGraphicsPath.AddLines Method
See Also
 





Appends a series of connected line segments to the end of this IGraphicsPath.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddLines (
    IList<Point> points
)

Visual Basic  Copy Code

Sub AddLines( _
    points As IList(Of Point) _
)

 Parameters

points

A list of Point structures that represents the points that define the line segments to add.

 See Also